fix: change outdated deps indicator#2883
Conversation
`lucide:circle-alert` is too serious, users may think it means security vulnerabilities. Changed to `lucide:circle-fading-arrow-up`.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
📝 WalkthroughWalkthroughThe Dependencies component's outdated dependency status indicator icon was updated from a circle-alert glyph to a circle-fading-arrow-up glyph. This is a single-line visual change with no alterations to component logic or data handling. ChangesDependencies Icon Update
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hello! Thank you for opening your first PR to npmx, @typed-sigterm! 🚀 Here’s what will happen next:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Also, outdated deps should not be red. It's a harmless option of maintainers, unlike security vulnerabilities. |
gameroman
left a comment
There was a problem hiding this comment.
Could you add before-after screenshots, please
|
Added in description |
|
I made several mock-ups trying various options especially: |
|
I agree that the current icons and colours might be misleading. When the feature was released I was a little confused myself. I really like the icon you chose, I think the simple arrow is a too... well simple. But I agree we probably want more opinions on this. |
|
Perhaps it's also unnecessary to set error colors on deps with newer major versions |
|
I'd go with what Matteo suggested, but would leave the colouring for a separate PR. though my opinion on that is that we should still colour majors vs minors differently, maybe just not red if people are concerned about that being too strong of a signal |



🔗 Linked issue
N/A for tiny fix.
🧭 Context
lucide:circle-alertis too serious, users may think it means security vulnerabilities.📚 Description
Change icon to
lucide:circle-fading-arrow-up.Before:

After:
